home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / MapQuest / IMapQuestservice.wsdl < prev    next >
Encoding:
Extensible Markup Language  |  2004-10-22  |  2.1 KB  |  40 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" name="IMapQuestservice" xmlns="http://schemas.xmlsoap.org/wsdl/">
  3.   <types />
  4.   <message name="GetDirections0Request">
  5.     <part name="FromAddress" type="s:string" />
  6.     <part name="FromCity" type="s:string" />
  7.     <part name="FromState" type="s:string" />
  8.     <part name="FromCountry" type="s:string" />
  9.     <part name="ToAddress" type="s:string" />
  10.     <part name="ToCity" type="s:string" />
  11.     <part name="ToState" type="s:string" />
  12.     <part name="ToCountry" type="s:string" />
  13.   </message>
  14.   <message name="GetDirections0Response">
  15.     <part name="return" type="s:string" />
  16.   </message>
  17.   <portType name="IMapQuest">
  18.     <operation name="GetDirections">
  19.       <input message="tns:GetDirections0Request" />
  20.       <output message="tns:GetDirections0Response" />
  21.     </operation>
  22.   </portType>
  23.   <binding name="IMapQuestbinding" type="tns:IMapQuest">
  24.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
  25.     <operation name="GetDirections">
  26.       <soap:operation soapAction="urn:MapQuestIntf-IMapQuest#GetDirections" style="rpc" />
  27.       <input>
  28.         <soap:body use="encoded" namespace="urn:MapQuestIntf-IMapQuest" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  29.       </input>
  30.       <output>
  31.         <soap:body use="encoded" namespace="urn:MapQuestIntf-IMapQuest" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  32.       </output>
  33.     </operation>
  34.   </binding>
  35.   <service name="IMapQuestservice">
  36.     <port name="IMapQuestPort" binding="tns:IMapQuestbinding">
  37.       <soap:address location="http://ww6.borland.com/webservices/MapQuest/MapQuest.exe/soap/IMapQuest" />
  38.     </port>
  39.   </service>
  40. </definitions>